home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-05-01 | 10.7 KB | 312 lines | [TEXT/PJMM] |
- { TransSkel DialogSkel application in Pascal }
-
- { 11 Feb 94 Version 1.00, Paul DuBois }
-
- program DialogSkel;
-
- uses
- TransSkel;
-
- const
-
- normalHilite = 0;
- dimHilite = 255;
-
- fileMenuID = skelAppleMenuID + 1;
- editMenuID = fileMenuID + 1;
-
- mDlogRes = 1000;
- aboutAlrtRes = 1001;
- docWindRes = 1000;
-
- showDlog1 = 1;
- showDlog2 = 2;
- showDoc = 3;
- closeWind = 4;
- { separator line }
- quit = 6;
-
- undo = 1;
- { separator line }
- cut = 3;
- copy = 4;
- paste = 5;
- clear = 6;
-
- button1 = 1;
- edit1